-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/per tenant settings #2790
feature/per tenant settings #2790
Conversation
Signed-off-by: Akiff Manji <[email protected]>
Signed-off-by: Akiff Manji <[email protected]>
Signed-off-by: Akiff Manji <[email protected]>
Did any other work get done on this that would be worth documenting? Other than simply adding the lines, was anything else done that might help future per tenant setting additions? @loneil — does simply adding these items result in them being exposed/updateable in Traction, or is there another PR needed there to add these three settings to expose them in the Traction UI? Thanks! |
They will need a UI addition to add the fields on the settings page is all |
Should I do a quick PR to add them in Traction? |
Not for this PR. It would be worthwhile exploring refactoring code to wholesale include parameters and create an exclusion list for those that shouldn't be tenant specific. I'd argue that a refactor of the argparse file should be explored to come up with consistent parameter names, etc. |
This would be in an RC right? Maybe would have to just wait until the release that includes it is rolled out anyways? |
The failing integration test seems to be a fragile test. The same test failed for my recent draft PR. |
Yeah we can file an issue for now and I'll add it as soon as a new version is released |
Quality Gate passedIssues Measures |
--emit-did-peer-{2 | 4}
per tenant setting--preserve-exchange-records
per tenant setting--requests-through-public-did
per tenant settingResolves: #2724
Resolves: #2648
Resolves: #2572